home *** CD-ROM | disk | FTP | other *** search
/ Workbench Design / WB Collection.iso / workbench werkzeuge / kickstart tools / mkick / kickstat.doc < prev    next >
Text File  |  1996-04-07  |  4KB  |  83 lines

  1.  
  2.                        KickStat - Kickstart image status
  3.                        =================================
  4.  
  5.                                (C) SinSoft 1993
  6.                                ================
  7.  
  8. This  little  utility  has  been  written to help SKick/MKick users with various
  9. problems  when  using  SKick/MKick.   It  issues a diagnostic output telling the
  10. status  of  the kickstart image, where it is located, if its memory is contained
  11. in  MemList,  if  the  image  is  protected  and by which means etc.  The second
  12. purpose  of  this  utility  is to shutdown the RAM kickstart.  This operation is
  13. done using the total system reset, similar to power-on, which will totally clear
  14. all the system and nothing will survive it.  To do it, use the optional SHUTDOWN
  15. parameter.  This one works only if the RAM kickstart is detected.  It is ignored
  16. if the system currently operates from ROM. KickStat requires Kickstart 2.0 or
  17. higher to be running.
  18.  
  19. Explaining of KickStat messages follows:
  20.  
  21. 'KickStat version ?.?, (C) SinSoft 1993'
  22. - a simple copyright message
  23.  
  24. 'Running R?M kickstart, version ?.?'
  25. - there is the memory type of the kickstart image (ROM/RAM) and the
  26.   kickstart version written there.  Note that RAM kickstarts mapped to $F80000
  27.   are considered to be the ROM ones.
  28.  
  29. 'Kicker's resident module not found.'
  30. - SKick/MKick is not active on this system. Either it was not started or it was
  31.   shut down by various circumstances (deep crash, power off/on, possibly a bug).
  32.   If this message is issued, program terminates.
  33.  
  34. 'Kicked by ......'
  35. - The kicking program name and version is written here. Currently, KickStat 
  36.   recognizes the SKick and MKick resident module only.
  37.  
  38. 'Kicker's MemTag is located at ???????? (length ????????).'
  39. - The address and length of the SKick/MKick resident module is written there.
  40.  
  41. 'Kickstart image is located at ???????? (length ????????).'
  42. - The address and length of kickstart image is written there.
  43.  
  44. 'Kickstart memory is [not] contained in MemList.'
  45. - This message explains if the kickstart image is allocated at the memory
  46.   contained normally in the system memory pool or not.
  47.   If it isn't, the following messages about the kickstart protection aren't
  48.   issued except the immediately following one which must say 'NOT'.
  49.  
  50. 'Kickstart image is [not] protected by MemTag.'
  51. - This message explains if the SKick's automatic kickstart image protection 
  52.   is used or not.
  53.  
  54. 'Kicstart image allocated OK.'
  55. - This message says that all about the kickstart image allocation is done right.
  56.  
  57. 'Kickstart image is unprotected, trying to protect it.'
  58. - KickStat found unprotected kickstart image and tries to protect it. It may be
  59.   the result of using the Skick's 'FORCE' option with standard or autoconfig
  60.   memory or with non-autoconfig memory added to the system later.
  61.  
  62. 'Kickstart image protection OK.'
  63. - The result of the operation described above was successful.
  64.  
  65. 'Kickstart image protection failed, system unstable !!!'
  66. - The result of the operation described above was unsuccessful. Normally, there
  67.   is no reason why the allocation may fail, so this message will be seen very
  68.   rarely.
  69.  
  70. 'WARNING: Kickstart memory protection error, system unstable !!!'
  71. - KickStat found during its memory scan, that the kickstart image is PARTIALLY
  72.   allocated, i.e. that a part of its area is allocated, another part is free.
  73.   This message is very important; if it is issued, reboot your system or you may
  74.   await crash very soon.
  75.  
  76. 'Kickstart checksum is valid.'
  77. - I think it is self-explanatory.
  78.  
  79. 'WARNING: Kickstart checksum is corrupted, reboot immediately !!!'
  80. - The kickstart image has corrupted checksum. Something trashed at least one
  81.   byte of the kickstart image. It cannot be considered as reliable furthermore.
  82.   An immediate reboot is *VERY* recommended unless you know the cause of this.
  83.